HTMLify
style.css
Views: 104 | Author: cody
#box {
width: 10vw;
height: 10vw;
background-color: #b916f4;
cursor: pointer;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
#box p {
font-size: 1.7vw;
color: white;
}